home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / echo.man < prev    next >
Encoding:
Text File  |  1990-01-25  |  701 b   |  67 lines

  1.  
  2.  
  3.  
  4. ECHO                      User Commands                      ECHO
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      echo - echo arguments
  10.  
  11. SSYYNNOOPPSSIISS
  12.      eecchhoo [ --nn ] [ arg ] ...
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _E_c_h_o writes its arguments separated by blanks and terminated
  16.      by a newline on the standard output.  If the flag --nn is
  17.      used, no newline is added to the output.
  18.  
  19.      _E_c_h_o is useful for producing diagnostics in shell programs
  20.      and for writing constant data on pipes.  To send diagnostics
  21.      to the standard error file, do `echo ... 1>&2'.
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0              April 29, 1985                         1
  64.  
  65.  
  66.  
  67.